/* CSS Document */
*{word-break:break-all;}  /* 解决数字、英文自动换行问题*/
body{color:#5d5d5d;font-size:12px; background:#f7f7f7; margin:0 auto;}
div,th,td,ul,li,p,h1,dl,dt,dd,form,input{margin:0px;padding:0px;}

*,li{list-style-type:none;}
img{border-width:0px;padding:0px;}


a{text-decoration:none;}
a{outline:none;hide-focus:expression(this.hideFocus=true);}   /*取消所有链接虚框*/
a:link,a:visited{color:#5d5d5d;}
a:hover,a:active{color:#ff0000;}

.bai a{font-size:12px; text-decoration:none; color:#FFFFFF;}

.cc ul li{ height:31px; line-height:31px; padding-left:10px; background:url(../images/icox.jpg) 0 10px no-repeat; border-bottom:1px dotted #D7D7D7; display:block;}
.cc ul li span{ float:right;}

.links{ width:870px; height:44px; overflow:hidden;}
.links ul li{ float:left; width:100px; height:44px; line-height:44px; overflow:hidden; margin-left:20px;}

a.ft12:link,a.ft12:visited{ font-size:13px;color:#3c3b3b;}
a.ft12:hover,a.ft12:active{color:#f00;}

a.ft12b:link,a.ft12b:visited{ font-size:12px;color:#3c3b3b;}
a.ft12b:hover,a.ft12b:active{color:#f00;}

.container { position:relative; height:381px; overflow:hidden; background:url(../images/flashbg.jpg) left top repeat-x; }

.tFlash { position:absolute; top:0; left:0; width:1440px; left:50%; margin-left:-720px; height:381px;  z-index:0; }

#cgan{width:720px; overflow:hidden;margin-left:5px;}
#cgan li{ list-style-type:none;float:left;width:25%;padding:16px 22px 8px 29px;}

#link3{width:970px;}
#link3 li{display:block;float:left;width:170px;list-style-type:none;text-align:center;height:52px;border:1px silver solid;margin-top:5px;padding-top:4px;background-color:#f9f9f9;margin:12px 12px 0px 10px;}

#link4{width:970px;clear:both;padding-top:20px;}
#link4 li{display:block;float:left;width:170px; height:20px; padding-top:8px;list-style-type:none;text-align:center;border:1px silver solid;margin-top:5px;background-color:#f9f9f9;margin:12px 12px 0px 10px;}

#cganb{width:966px;overflow:hidden;margin-left:3px;}
#cganb li{list-style-type:none;float:left;width:21%;padding:16px 1px 8px 36px;}


.tel{
	width: 290px;
	height: 75px;
	background: url(/images/tel.png) center center no-repeat;
	padding-top: 23px;
	padding-left: 30px;
	box-sizing: border-box;
}
.tel p{
	font-size: 20px;
	color: #FF0000;
}

.logo{
	position: relative;
}
.logo .light{
	/* outline: 1px dashed red; */
	width: 329px;
	height: 54px;
	position: absolute;
	top: 28px;
	left: 98px;
	overflow: hidden;
}
.light:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,transparent 85%,rgba(255,255,255,.1) 89%,rgba(255,255,255,.3) 91%,rgba(255,255,255,.4) 92%,rgba(255,255,255,.6) 95%,rgba(255,255,255,.3) 98%,transparent 100%);
	animation: move 5s infinite linear;
	transform:skew(-25deg);
	/* outline: 1px dashed red; */
	position: absolute;
	top: 0px;
	left: -340px;
}
@keyframes move{
	0%{
		left: -340px;
		opacity: 1;
	}	
	100%{
		left: 20px;
		opacity: 1;
	}
}

.DB_tab25 {width:1440px;height:335px;position: relative;overflow:hidden;cursor:pointer;}
.DB_tab25 .DB_bgSet{position:relative;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:335px;display:none;}
.DB_tab25 .DB_imgSet{position:absolute;width:100%;height:335px;}
.DB_tab25 .DB_imgSet li{position:absolute;width:100%;height:335px;}
.DB_tab25 .DB_imgSet .DB_1_1{
	width: 520px;
	height: 80px;
	margin-left: -260px;
	position:absolute;
	left:50%;
	top:120px;
	font-size: 88px;
	color: #fff;
	font-weight: bold;
	font-family: Jxiaobiaosong;
	display: inline;
}
.DB_tab25 .DB_menuWrap{position:absolute;width:100%;left:0%; bottom:50px;height: 18px;}
.DB_tab25 .DB_menuWrap .DB_menuSet{text-align:center;font-size:0; border-radius:20px;}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 5px;display:inline-block;width: 14px;height: 14px;border-radius: 50%;background-color: #eee;}
.DB_tab25 .DB_menuWrap .DB_menuSet li.select{
	background-color: #45b2f8;
}